home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Resources
/
Sound
/
AHI
/
Developer
/
examples
/
Extras
/
CheckAHIPrefs
/
smakefile
< prev
Wrap
Makefile
|
1997-11-02
|
362b
|
24 lines
TARGET = CheckAHIPrefs
OBJS= $(TARGET).o
$(TARGET): $(OBJS)
sc link to $(TARGET) with <<
$(OBJS)
<
$(TARGET).o: $(TARGET).c
dist:
smake allclean
smake $(TARGET)
slink from $(TARGET) ND TO $(TARGET)
smake clean
clean:
--delete \#?.(map|o|lnk|info) QUIET
allclean:
smake clean
--delete $(TARGET)